projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d67206
)
GtkFileChooserWidget: Remove an errant line
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 29 Jun 2014 01:38:47 +0000
(21:38 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 29 Jun 2014 01:38:47 +0000
(21:38 -0400)
This was leaking a schema object, and looks like a bad merge.
gtk/gtkfilechooserwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserwidget.c
b/gtk/gtkfilechooserwidget.c
index 7a46250c899b8294ba1a8cba1b89aae85915ddae..57f00723992b4e0761feff222db1f992624cd23e 100644
(file)
--- a/
gtk/gtkfilechooserwidget.c
+++ b/
gtk/gtkfilechooserwidget.c
@@
-7466,10
+7466,6
@@
gtk_file_chooser_widget_init (GtkFileChooserWidget *impl)
set_file_system_backend (impl);
- if (g_settings_schema_source_lookup (g_settings_schema_source_get_default (),
- "org.gnome.desktop.interface",
- TRUE) != NULL)
-
priv->bookmarks_manager = _gtk_bookmarks_manager_new (NULL, NULL);
/* Setup various attributes and callbacks in the UI